home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / Homerun_Rally_baseball.swf / scripts / DefineSprite_96 / frame_1 / DoAction.as
Text File  |  2005-01-07  |  216b  |  10 lines

  1. thisX = _X;
  2. thisY = _Y;
  3. spX = getProperty("/pitch", _X);
  4. spY = getProperty("/pitch", _Y);
  5. difX = thisX - spX;
  6. difY = thisY - spY;
  7. xStp = difX / "5";
  8. yStp = difY / "5";
  9. setProperty("/pitch", _X, spX + xStp);
  10.